From 8e12161aac5072940e35899b6a1c59afd0e6972b Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Mon, 21 Aug 2006 13:36:05 +0100 Subject: [PATCH] [XEN] Remove bogus assertion. Signed-off-by: Keir Fraser --- xen/include/asm-x86/shadow2.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/include/asm-x86/shadow2.h b/xen/include/asm-x86/shadow2.h index 51796bd5ab..b6e271bedb 100644 --- a/xen/include/asm-x86/shadow2.h +++ b/xen/include/asm-x86/shadow2.h @@ -405,8 +405,6 @@ static inline void update_cr3(struct vcpu *v) #endif cr3_mfn = pagetable_get_pfn(v->arch.guest_table); - /* Update vcpu->arch.cr3 */ - BUG_ON(cr3_mfn == 0); make_cr3(v, cr3_mfn); } -- 2.30.2